Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.audit.core.types-contrib

Contributions

XML Source

<?xml version="1.0"?>

<component name="org.nuxeo.ecm.platform.audit.core.types-contrib" version="1.0">

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
    <schema name="basicauditsearch" prefix="bas" src="schemas/basicauditsearch.xsd" />
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">

    <facet name="ForceAudit" />

    <doctype name="BasicAuditSearch" extends="Document">
      <schema name="basicauditsearch" />
      <schema name="dublincore" />
      <schema name="common" />
    </doctype>

  </extension>

</component>